runtime.mspan.isFree (method)

3 uses

	runtime (current package)
		heapdump.go#L493: 			if s.isFree(uintptr(freeIndex)) {
		mbitmap.go#L1152: func (s *mspan) isFree(index uintptr) bool {
		mgcmark.go#L1676: 		if debug.gccheckmark > 0 && span.isFree(objIndex) {